Use full name for m4/gnulib-comp.m4. (Bug#11529)
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 May 2012 19:04:11 +0000 (12:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 May 2012 19:04:11 +0000 (12:04 -0700)
commit33d028061f1fbedd46ed6bc0f6606da29cfd1e63
treebe5d4832406e5067b21bb006fef9fe8fa2862fa1
parent75d1bec3d6975fee3642a28aadd3a481dd97a71b
Use full name for m4/gnulib-comp.m4.  (Bug#11529)

Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
even though the file's name in gnulib is m4/gnulib-comp.m4.
This had a problem when merging from gnulib, as the code temporarily
renamed it to the full name, causing problems when interrupted.
Now the file has its full name, with the idea that we will find
a solution for MS-DOS that does not affect the rest of Emacs.
* m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
* admin/merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
ChangeLog
admin/ChangeLog
admin/merge-gnulib
m4/gl-comp.m4 [deleted file]
m4/gnulib-comp.m4 [new file with mode: 0644]